(enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
(if: visit is 1)[
You wake up in the woods, confused and alone.
What do you do?
(set: $rocks to 0)
(set: $logs to 0)
(set: $rope to 20)
(set: $sticks to 0)
(set: $lighter to 1)
[[Sit on the ground]]
[[Search nearby]]
]
(if: (visited: "Search nearby"))[You're back in the clearing, a bird twitters nearby.
[[Sit on the ground]]
[[Look around->Search nearby]]
]
(if: (visited: "Sit on the ground"))[You stand up, the bird twiters again
[[Look around->Search nearby]]
[[Search for the bird]]
](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
You sit on the ground, still confused. A bird twitters in a tree nearby.
[[Stand up->Wake up]]
(enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
(if: visits is 1)[
You search the woods around where you woke up. There's a cool looking tree with a fork about three feet off the ground. There are several cool looking rocks nearby. You hear a stream babbling in the distance
[[Inspect the tree]]
[[Pick up a few rocks]]
[[Look for the river]]
[[Go back to clearing->Wake up]]
]
(if: (visited: "Look for the river") and not (visited: "Inspect river"))[
You found the river, now you're back in the clearing you woke up in.
[[The tree looks interesting->Inspect the tree]]
[[The rocks shimmer in the sunlight->Pick up a few rocks]]
]
(if: (visited: "Inspect river"))[
The river is a good resource to have. Back in the clearing once more.
[[The tree looks interesting->Inspect the tree]]
[[The rocks shimmer in the sunlight->Pick up a few rocks]]
](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
(if:visits is 1)[
The fork in the tree is big enough to put a log in. Maybe you could make a small shelter out of this? (link-reveal: "Look around? ")[You see a long log that would work for a frame.
[[Pick up the log]]]
[[It's at this point you realize you've been wearing a backpack]]
]
(if: (visited: "Pick up the log"))[
You drag the log back into the clearing with the tree. (link-reveal: "Put in tree? ")[You put the log in the tree, it leans at an angle. (set: $logs to 0)
[[Admire your work]]
]
](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
The rocks are heavy in your hand. They shine in the sunlight. (link-reveal: "Inspect them closer? ")[The rocks are obsidian, you might be able to chip them into tools.]
(set: $rocks to 3)
Gained: +3 rocks
[[You should look for some sticks to make tools out of the rocks]]
[[It's at this point you realize you've been wearing a backpack]](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
(if: (visited: "Search nearby") and visits is 1)[
You listen carefully. Then you follow the sound into the woods. The river is small, it runs clear and calm over rocks.
[[Inspect river]]
[[Back to the Clearing->Search nearby]]
]
(if: (visited: "Inspect river"))[
You walk back to the clearing you woke up in, a bird twitters in the tree.
[[Back to the clearing->Search nearby]]
](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
You turn towards the direction of the bird. Looking around you see a small chick-a-dee in a tree, it twitters at you and flies into the woods.
You should probably search nearby...
[[Follow the bird]]
[[Search nearby]] (enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
The bird flew off into the woods, you chase after it. After a moment you lose sight of the bird. (link-reveal: "Look around? ")[You see a small river babbling into the distance.
[[Inspect river]]](enchant: ?page, (bg: "#6ff4ff") + (text-color: black))
(enchant: ?link, (text-color: black) + (text-style: 'bold'))
(if: visits is 1)[
The river is clear. The water runs quickly but calmly, it looks safe to drink. It would be smart to boil it in something first though... No time for that, you should search around more before it gets darker.
[[Go back to the clearing->Look for the river]]
[[It's at this point you realize you've been wearing a backpack]]
[[Slurp the water]]
]
(if: (visited: "Slurp the water"))[
The river is clear, the creature in the woods haunts your memories like a bad dream. You can't quite remember what you were doing.
[[Back to the clearing?->Search nearby]]
](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
You pick up some sticks, they're smooth and round.
(set: $sticks to 3)
Gained: +3 sticks
[[It's at this point you realize you've been wearing a backpack]](enchant: ?page, (bg: "#9b8559") + (text-color: white))
(enchant: ?link, (text-color:white) + (text-style: 'bold'))
(if: visits is 1)[
You've been wearing a backpack this whole time. It's pretty light. (link-reveal: "Inspect backpack? ")[You look at the backpack closely, it's a brown, faux leather backpack with several pockets on the outside.]
[[Look in backpack->Inventory]]
]
(if: (visited: "Inventory"))[
Now that you know what's in your backpack you realize you should make some tools.
(if: $rocks < 3)[
You don't have enough rocks.
(link-reveal: "Pick up rocks. ")[(set: $rocks to $rocks + 3) You pick up some rocks
Gained +3 Rocks]
]
(if: $sticks < 3)[
You don't have enough sticks
(link-reveal: "Pick up sticks. ")[(set: $sticks to $sticks + 3) You pick up a few sticks
Gained +3 Sticks]
]
(if: $rocks > 2 and $sticks > 2)[
(link-show:)[[Get crafting]]
]
](enchant: ?page, (bg: "#6ff4ff") + (text-color: black))
(enchant: ?link, (text-color: black) + (text-style: 'bold'))
The water tastes quite good. You hear something move in the woods, scared away by your noise. (link-reveal: "Look after it? ")[You see a large shape move away from the river]
[[Look around->Inspect river]] (enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
You step back and admire your work. There's a noise in the forest nearby. (link-reveal: "Look at the noise? ")[You look in the direction of the noise. There's a large shape in the woods.]
[[It's at this point you realize you've been wearing a backpack]](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
You pick up the log, it's quite heavy. You should put it down soon.
(set: $logs to 1)
[[Back to the tree->Inspect the tree]](enchant: ?page, (bg: "#9b8559") + (text-color: white))
(enchant: ?link, (text-color:white) + (text-style: 'bold'))
The backpack holds:
(print: $rocks) Rocks
(print: $sticks) Sticks
(print: $rope) Feet of rope
(print: $lighter) Lighter
(if: (visited: "Get crafting"))[
(print: $dagger) dagger
(print: $axe) axe
(print: $spear) spear
]
(link-goto: "Exit pack", (history:)'s last)(enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
You should figure out what to make first.
Supplies:
(print: $rocks) Rocks
(print: $sticks) Sticks
(print: $rope) Feet of rope
[[Craft an Axe]]
[[Craft a dagger]]
[[Craft a spear]]
(enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
(set: $rocks to $rocks - 1)
(set: $sticks to $sticks - 1)
(set: $rope to $rope - 1)
You successfully chip some obsidian into a pointy shape. Taking some rope you tie the pointy rock to a stick.
Gained: +1 Axe
(set: $axe to 1)
(if: (visited: "Get crafting"))[
[[The sun is setting...]]
]
(if: (visited: "Craft another tool"))[
You have some more time today.
(if: (visited: "Pick up the log"))[[Build a shelter]]
[[Build a fire pit]]
](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
(set: $rocks to $rocks - 1)
(set: $sticks to $sticks - 1)
(set: $rope to $rope - 1)
You successfully chip some obsidian into a pointy shape. Taking some rope you tie the pointy rock to a stick.
Gained: +1 Dagger
(set: $dagger to 1)
(if: (visited: "Get crafting"))[
[[The sun is setting...]]
]
(if: (visited: "Craft another tool"))[
You have some more time today.
(if: (visited: "Pick up the log"))[[Build a shelter]]
[[Build a fire pit]]
](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
(set: $rocks to $rocks - 1)
(set: $sticks to $sticks - 2)
(set: $rope to $rope - 1)
You successfully chip some obsidian into a pointy shape. Taking some rope you tie the pointy rock to a couple of sticks.
Gained: +1 Spear
(set: $spear to 1)
(if: (visited: "Get crafting"))[
[[The sun is setting...]]
]
(if: (visited: "Craft another tool"))[
You have some more time today.
(if: (visited: "Pick up the log"))[[Build a shelter]]
[[Build a fire pit]]
](enchant: ?page, (bg: "#ffe43a") + (text-color: black))
(enchant: ?link, (text-color: black) + (text-style: 'bold'))
The forest is bathed in a golden-yellow light as you look up from your crafting. The forest looks beautiful like this. As you put your tool in your backpack you feel a slight chill. The air is getting colder and you realize you should start a fire.
[[Start fire]](enchant: ?page, (bg: "#ffe43a") + (text-color: black))
(enchant: ?link, (text-color: black) + (text-style: 'bold'))
You grab a few sticks of varying sizes from the ground and pile them into a pyramid. Then you grab a couple of decent-sized sticks off the ground and shave the end of one to create tinder. Putting the tinder into the stick pyramid you then take the lighter and start a fire. The air in the forest instantly warms as the flames begin to take hold of the sticks.
[[The sun has set]]
(enchant: ?page, (bg: black) + (text-color: white))
(enchant: ?link, (text-color: white) + (text-style: 'bold'))
As the sun finishes setting you hear movement in the woods. (link-reveal: "Look at it? ")[You look in the direction of the noises. A large shadow moves away from the firelight.]
Tiredness takes hold as you get comfortable in the warm glow of the fire.
[[Go to sleep...]](enchant: ?page, (bg: black) + (text-color: white))
(enchant: ?link, (text-color: white) + (text-style: 'bold'))
You let your eyes close. The noise in the forest moves away.
The ground is soft, nothing pokes at your back as you lay down.
[[The day is over]](enchant: ?page, (bg: black) + (text-color: white))
(enchant: ?link, (text-color: white) + (text-style: 'bold'))
You dream of nothing.
[[The sun rises]](enchant: ?page, (bg: "#ffe43a") + (text-color: black))
(enchant: ?link, (text-color: black) + (text-style: 'bold'))
The sun wakes you gently, bathing the forest in warmth and light.
Your stomach grumbles, and you realize you haven't had anything to eat since you woke up here yesterday.
(if: (visited: "Pick up the log"))[The log you put in the tree is still there, wispering promises of a shelter from the elements.]
[[Search for food]]
[[Go to the river]](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
You stand up. Looking around you there seems to be no food around this side of the clearing. You look to the other side and see a bush ripe with berries.
[[Go inspect the bush]]
[[Go to the river]] (enchant: ?page, (bg: "#6ff4ff") + (text-color: black))
(enchant: ?link, (text-color: black) + (text-style: 'bold'))
You head to the river. Maybe there will be food around the banks.
Arriving at the riverbanks you see several bushes with berries ready for picking. The water runs smoothly over the rocks.
[[Pick some berries]]
[[Drink some water]](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
You walk over to the bush. It's laden with red berries.
(link-reveal: "Inpsect berries " )[These are raspberries, they look delicious.]
[[Eat some berries]](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
You wade through the shallow water of the river to the other side. Gathering a handful of berries you inspect them carefully, they look like blackberries. (link-reveal: "A shadow moves in the forest. ")[You look after the shadow. Your stomach grumbles again.]
(link-reveal: "Eat berries. ")[You hesitantly take a berry and put it in your mouth. Instantly you realize these are not edible. The rotten taste ruins your appetite and you no longer feel hungry.]
[[Back to the clearing]] (enchant: ?page, (bg: "#6ff4ff") + (text-color: black))
(enchant: ?link, (text-color: black) + (text-style: 'bold'))
You crouch down next to the running water. Cupping your hands you bring a sip up to your mouth and take a sip. The cool water is a blessing to your dry mouth. (link-reveal: "A shape moves in the forest. ")[You look up towards it, only to see several berry bushes ripe with blackberries.
[[Grab some berries]]
](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
You wade across the stream to the bushes. The berries are dark in color, but they shine in the dappled sunlight.
(link-reveal: "Eat berries. ")[You grab a handful off the bush and put one in your mouth. They instantly sour and taste like rot in your mouth. You spit out the berry and rinse your mouth with water.
]
[[Back to the clearing]](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
You grab a handful of berries off the bush and put them in your mouth. The combined sweetness and tartness of the berries fills your mouth. You quickly grab more berries and begin eating your fill.
[[Pick the bush clean]]
[[Save some for later]](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
You pick the bush clean and eat your fill of berries. The bush looks a lot less vibrant without the raspberries decorating it. (link-reveal: "A shadow moves in the forest ")[You look after the shadow. Nothing happens.]
[[You're pretty thirsty->river]](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
You decide to eat enough to satiate your hunger and no more. (link-reveal: "A shadow moves in the forest. ")[You look after the shadow. Nothing happens.]
[[You're pretty thirsty->river]] (enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
After the ordeal with the berries you decide to take a look at your camp and figure out what to do next.
(if: (visited: "Pick up the log" ))[The log sits in the fork of the tree.] The ashes of your campfire still smolder.
(if: $dagger is 1)[The dagger in your backpack could help you somehow...]
(if: $axe is 1)[The axe in your backpack could help you somehow...]
(if: $spear is 1)[You realize you should have made a better tool.]
(if: (visited: "Pick up the log"))[[Build a shelter]]
[[Build a fire pit]]
[[Check inventory->Inventory]]
(if: $spear is 1)[[Craft another tool]](enchant: ?page, (bg: "#6ff4ff") + (text-color: black))
(enchant: ?link, (text-color: black) + (text-style: 'bold'))
The river runs clear and calm over the rocks.
(link-reveal: "Drink some water. ")[
You take a long draught from the water, it fills your stomach and cools your mouth.
[[Back to the clearing]]
]
(enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
You find the spot where your fire was last night. The coals have stopped smoldering and the burnt wood is cold. You begin by clearing the leaves and twigs from around the pile. Then you take rocks and pile them in a circle around the cleared space. Then you pile fresh wood in the pit.
[[The sun is setting.]](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
You have:
(print: $rocks) Rocks
(print: $sticks) Sticks
(print: $rope) Feet of rope
(if: $dagger is 0)[[Craft a dagger]]
(if: $axe is 0)[[Craft an Axe]]
(if: $spear is 0)[[Craft a spear]] (enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
The log you put in the tree yesterday is still there.
(link-reveal: "Begin building the shelter. ")[You pick up a bunch of sticks of varying sizes and start laying them on the log to build a frame.
[[Lean-to shelter]]
[[Full A-frame shelter]]
](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
You pile sticks on one side of the log, using it as a base for your shelter. Once you're done with piling them up you venture into the forest slightly to gather leaves for insulation. (link-reveal: "Something feels off... ")[You look around, nothing seems out of the ordinary. You go back to gathering leaves.] Having gathered all the leaves you need you go back to the clearing and pile the leaves on the sticks to give insulation and better protection from the elements.
[[The sun is setting.]](enchant: ?page, (bg: "#ffe43a") + (text-color: black))
(enchant: ?link, (text-color: black) + (text-style: 'bold'))
You look up from what you were doing. The forest is once more bathed in golden light as the sunlight filters through the leaves on the trees. (if: (visited: "Build a fire pit"))[Your fire pit stands ready.]
[[Light a fire]](enchant: ?page, (bg: "#1b8a0c") + (text-color: "#c4c4c4"))
(enchant: ?link, (text-color: "#c4c4c4") + (text-style: 'bold'))
You pile sticks on either side of the log, using it as a base for your shelter. Once you're done with piling them up you venture into the forest slightly to gather leaves for insulation. (link-reveal: "Something feels off... ")[You look around, nothing seems out of the ordinary. You go back to gathering leaves.] Having gathered all the leaves you need you go back to the clearing and pile the leaves on the sticks to give insulation and better protection from the elements.
[[The sun is setting.]] (enchant: ?page, (bg: "#ffe43a") + (text-color: black))
(enchant: ?link, (text-color: black) + (text-style: 'bold'))
You grab your lighter and start a fire. The fire instantly warms you. (if: (visited: "Build a shelter"))[You sit in your shelter as the sun sinks below the horizon.]
[[The sun is set]](enchant: ?page, (bg: black) + (text-color: white))
(enchant: ?link, (text-color: white) + (text-style: 'bold'))
You stare at the fire as the sun sets. (link-reveal: "A shadow moves in the darkness past. ")[Two eyes glow in the dark... You can't quite remember what you were thinking about.]
[[Go to sleep.]]
(enchant: ?page, (bg: black) + (text-color: white))
(enchant: ?link, (text-color: white) + (text-style: 'bold'))
You drift off to sleep and dream of... something...
[[The day ends.]](enchant: ?page, (bg: black) + (text-color: white))
(enchant: ?link, (text-color: white) + (text-style: 'bold'))
THANK YOU FOR PLAYING!! THIS IS STILL A WIP BUT IT'S GETTING SOMEWHERE NOW